* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
    overflow-x: auto;
    font-size: .18rem;
}

/*body *{-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);} */
a {
    text-decoration: none;
    color: #000;
}

input {
    outline: none;
}

textarea {
    outline: none;
}

img {
    border: none;
    outline: none;
}

li {
    list-style: none;
}

iframe {
    margin: 0 auto;
    border: none;
    display: block;
}

table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 1;
    border-spacing: 0;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #939598;
}

table p {
    margin-bottom: 0 !important;
}

/*.header {
    width: 100%;
    display: flex;
    background: linear-gradient(to right, #01b564, #057a67);
}

.header .logo {
    background: #fff;
    padding: .15rem .2rem;
    border-radius: 0 50px 0 0;
    display: flex;
    align-items: center;
}


.header>a img {
    width: 100%;
    display: block;
}

.header>div {
    width: 88%;
    margin: 0 5% 0 2%;
}

.header .topNav {
    overflow: hidden;
    display: flex;
    height: 40%;
    align-items: center;
    justify-content: space-between;
    border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
    font-size: .14rem;
    color: #fff;
}

.header .serch {
    width: 25%;
    overflow: hidden;
    display: flex;
    font-size: .16rem;
    border-left: rgba(255, 255, 255, 0.2) solid 1px;
}

.header .serch input {
    border: none;
    width: 94%;
    padding-left: 6%;
    height: .38rem;
    font-size: .13rem;
    border-right: none;
    background: none;
}


.header .serch input::-webkit-input-placeholder {
    color: #fff;
}

.header .serch input::-moz-placeholder {

    color: #fff;
}

.header .serch input:-moz-placeholder {

    color: #fff;
}

.header .serch input:-ms-input-placeholder {

    color: red;
}


.header .serch a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header .serch a img {
    width: .2rem;
    opacity: 0.8;
}

.nav {
    width: 100%;
    height: 60%;
}

.fixnav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    margin-top: 0 !important;
}

.nav ul {
    margin: 0 auto;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.nav ul li {
    float: left;
    text-align: center;
    position: relative;
    height: 100%;
}

.nav ul li>a {
    position: relative;
    font-size: .19rem;
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
}


.nav ul li:hover a {
    color: #fff;
}

.nav ul li:hover div {
    display: block;
}

.nav ul li>div {
    display: none;
    position: absolute;
    top: .59rem;
    left: 0;
    z-index: 999;
    min-width: 1.3rem;
    max-width: max-content;
    background: #128d4b;
    padding: 5px 0;
}

.nav ul li>div a {
    display: block;
    padding: .15rem .1rem;
    color: #fff;
    white-space: nowrap;
    font-size: .19rem;
}

.nav ul li>div a:hover {
    background-color: #1e8244;
}
*/
.swiper-container {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: .19rem;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next {
    opacity: 1;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    background: rgba(0, 0, 0, 0.5);
    padding: .15rem .05rem;
    opacity: 0;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
    color: #fff;
    font-size: .3rem;
}

.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*height: 4.5rem;*/
}

.banner .swiper-slide a {
    display: block;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.banner .swiper-pagination {
    width: auto !important;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 50px;
    left: 48% !important;
    overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    display: block;
    float: left;
}


.newBox .swiper-container-horizontal>.swiper-pagination-bullets {
    width: auto;
    left: initial;
    right: 15px;
    bottom: 12px;
    z-index: 999;
}


.container {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.newBoxMode {
    background: url('../images/bg1.jpg') no-repeat;
    background-size: cover;
    padding: .6rem 0;
}

.titleH5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .25rem;
}

.titleH5 h3 {
    font-size: .3rem;
    color: #1e8244;
    font-weight: normal;
}

.titleH5 a,
.more {
    color: #1e8244;
    font-size: .16rem;
    display: block;
    text-align: center;
}

.titleH5 a img,
.more img {
    display: block;
    margin: 0 auto;
    margin-bottom: .1rem;
    width: 80%;
}


.newBoxMode .leftBox {
    width: 68%;
    margin-right: 2%;
    float: left;

}

.bannerNew {
    overflow: hidden;
    position: relative;
}

.bannerNew a {
    display: flex;
    background: #1e8244;
    align-items: center;
	width:100%;
}

.bannerNew a .imgBox {
    width: 52%;
    height: 2.6rem;
}

.bannerNew a .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerNew a .fontBox {
    margin: 0 .3rem;
    width: 45%;
    text-align: left;
    padding-bottom: .2rem;
}

.bannerNew a .fontBox span {
    color: #fff;
    font-family: '宋体';
    font-weight: bold;
    font-size: .28rem;
}

.bannerNew a .fontBox h5 {
    font-size: .22rem;
    color: #fff;
    margin: .14rem 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: .35rem;
}

.bannerNew a .fontBox p {
    font-size: .16rem;
    color: #fff;
    line-height: .26rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bannerNew .bannerNewPage {
    left: inherit !important;
    right: .3rem;
    bottom: .2rem !important;
    width: auto !important;
}

.newBoxMode .imgBox2 {
    display: flex;
    margin-left: -2%;
    overflow: hidden;
    margin-top: .2rem;
}

.newBoxMode .imgBox2 dl {
    width: 32%;
	height:1.89rem;
    margin-left: 2%;
    overflow: hidden;
}

.newBoxMode .imgBox2 dl a {
    display: block;
    position: relative;
	height:100%;
}

.newBoxMode .imgBox2 dl img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.newBoxMode .imgBox2 dl p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .1rem 0 .15rem 0;
    width: 100%;
    background: #000;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    ;
    /*FireFox*/
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Opear */
    background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    /*IE10及IE10+*/
}

.newBoxMode .imgBox2 dl p span {
    color: #fff;
    font-size: .16rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
    display: block;
    margin: 0 auto;
}

.newBoxMode .rightBox,
.newListMode .rightBox {
    width: 30%;
    background: #fff;
    padding: .27rem 0;
    float: right;
}

.newBoxMode .rightBox li {
    margin: 0 .2rem;
    margin-bottom: .27rem;

}

.newBoxMode .rightBox li a,
.newListMode .rightBox li a {
    display: flex;
}

.newBoxMode .rightBox li a:hover,
.newListMode .rightBox li a:hover {
    color: #128d4b;
}

.newBoxMode .rightBox li:last-child,
.newListMode .rightBox li:last-child {
    margin-bottom: 0;
}

.newBoxMode .rightBox li:last-child .font,
.newListMode .rightBox li:last-child .font {
    border: none;
    padding-bottom: 0;
}

.newBoxMode .rightBox li .date,
.newListMode .rightBox li .date {
    text-align: center;
    font-size: .14rem;
    white-space: nowrap;
    margin-top: .02rem;
    float: left;
}

.newBoxMode .rightBox li .date b,
.newListMode .rightBox li .date b {
    font-size: .26rem;
    display: block;
}

.newBoxMode .rightBox li .font,
.newListMode .rightBox li .font {
    width: 81%;
    margin-left: .15rem;
    float: left;
    padding-bottom: .3rem;
    border-bottom: #e2e2e2 solid 1px;
}

.newBoxMode .rightBox li .font h4,
.newListMode .rightBox li .font h4 {
    font-size: .18rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
}

.newBoxMode .rightBox li .font p,
.newListMode .rightBox li .font p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: .16rem;
    color: #717171;
    margin-top: .15rem;
}


.newListMode {
    background: url('../images/bg3.jpg') bottom center no-repeat;
    background-size: cover;
    padding: 0.6rem 0 0.4rem 0;
}

.newListMode .titleH5 ul {
    display: flex;
}

.newListMode .titleH5 ul li {
    font-size: .3rem;
    padding: .12rem .5rem .18rem .3rem;
    margin-right: .2rem;
}

.newListMode .titleH5 ul li:hover {
    color: #1e8244;
    cursor: pointer;
}

.newListMode .titleH5 ul li.active {
    background: url('../images/2icon4Bg.svg') no-repeat;
    background-size: 100%;
    color: #fff;
    cursor: pointer;
}

.newListContent .leftBox {
    width: 68%;
    float: left;
    overflow: hidden;
}

.newListContent .leftBox dl {
    margin-right: 5%;
    width: 46%;
    float: left;
    margin-bottom: .2rem;
}

.newListContent .leftBox dl:nth-child(even) {
    margin-right: 0;
}

.newListContent .leftBox dl dt {
    width: 100%;
    height: 2.3rem;
	background:#1e8244 ;
}

.newListContent .leftBox dl dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.newListContent .leftBox dl:hover dd {
    background: #1e8244;
    color: #fff;
}

.newListContent .leftBox dl:hover dd span {
    color: #fff;
}

.newListContent .leftBox dl dd {
    background-image: linear-gradient(to right, #fff, #e3efec, #fff);
    padding: .17rem .15rem;
}

.newListContent .leftBox dl dd p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: .28rem;
}

.newListContent .leftBox dl dd span {
    display: block;
    font-size: .16rem;
    color: #128d4b;
    margin-top: .15rem;
}


.newListContent .rightBox {
    background: none;
    padding: 0;
    width: 31%;
}

.newListMode .rightBox li .font {
    width: 82%;
    padding-bottom: .2rem;
}

.newListMode .rightBox li {
    margin: 0;
    margin-bottom: .27rem;
}

.newListContent>div {
    display: none;
}

.newListContent>div .more {
    position: absolute;
    top: .2rem;
    right: 0;
    text-align: center;
}

.newListContent>div .more img {
    display: block;
    margin: 0 auto;
}

.newListContent>div.content0 {
    display: block;
}


.notice {
    background: url('../images/bg2.jpg') bottom center no-repeat;
    background-size: cover;
}

.notice>div {
    display: flex;
    justify-content: space-between;
    padding: .6rem 0 .4rem 0;
}

.notice .left {
    width: 68%;
}

.notice .left ul {
    margin-right: -3%;
    overflow: hidden;
}

.notice .left li {
    width: 46%;
    display: inline-block;
    margin-right: 3%;
}

.notice .left li .date {
    display: flex;
    align-items: center;
}

.notice .left li .date i {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: .05rem solid transparent;
    border-bottom: .05rem solid transparent;
    border-right: .05rem solid #c0c0c0;
    margin-left: .1rem;
}

.notice .left li .date::before {
    background: url('../images/shijian.png') no-repeat;
    background-size: 100%;
    display: inline-block;
    content: '';
    width: .15rem;
    height: .15rem;

}

.notice .left li:hover .date span {
    background: #057a67;
}

.notice .left li:hover i {
    border-right-color: #057a67;
}

.notice .left li .date span {
    background: #c0c0c0;
    color: #fff;
    border-radius: 3px;
    padding: .02rem .05rem;
    font-size: .14rem;
    display: flex;
    align-items: center;
}

.notice .left li p {
    border-left: #e7e7e7 solid 1px;
    margin: -.1rem 0;
    padding: .35rem 0 .25rem .25rem;
    margin-left: .06rem;
    line-height: .3rem;
}

.notice .left li p b {
    font-weight: normal;
    padding-bottom: .2rem;
    margin-bottom: .1rem;
    border-bottom: #e7e7e7 solid 1px;
    display: block;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	height:0.52rem
}

.notice .right {
    width: 30%;
}

.notice .rigth3>a {
    display: flex;
    align-items: center;
    font-size: .24rem;
    color: #fff;
    margin-bottom: .2rem;
    border-radius: 8px;
    background-image: url('../images/youjiantou.svg');
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: .3rem;
    padding: .15rem 0;
}

.notice .rigth3>a img {
    margin: 0 .2rem 0 .3rem;
    width: .4rem;
}

.notice .right ul {
    overflow: hidden;
    background: #1e8244 url('../images/2img3.png') right bottom no-repeat;
    overflow: hidden;
    background-size: 40%;
}

.notice .right li {
    float: left;
    width: 33%;
    border-width: 0;
    border-bottom-width: 1px;
    border-color: #153c24;
    border-style: solid;
}

.notice .right li a {
    display: block;
    padding: .25rem 0;
    text-align: center;
}

.notice .right li a img {
    display: block;
    margin: 0 auto;
    width: .4rem;
    margin-bottom: .1rem;
}

.notice .right li a b {
    font-weight: normal;
    color: #fff;
}


.pphdMode {
    background: url('../images/bg4.jpg') top center no-repeat;
    ;
    background-size: cover;
    padding: 0.6rem 0 .5rem 0;
}

.pphdMode .mySwiper {
    width: 1300px;
    overflow: hidden;
    margin-top: .3rem;
}

.pphdMode .container {
    padding: 0 .6rem;
    position: relative;
}

.pphdMode .container .mySwiperNext {
    background: rgba(0, 0, 0, 0.5);
    padding: .1rem 0.03rem;
}

.pphdMode .container .mySwiperNext::after {
    color: #fff;
    font-size: 22px;
}

.pphdMode .container .mySwiperPrev {
    background: rgba(0, 0, 0, 0.5);
    padding: .1rem 0.03rem;
}

.pphdMode .container .mySwiperPrev::after {
    color: #fff;
    font-size: 22px;
}

.pphdMode .mySwiper a {
	width:100%;
    padding: .25rem;
    display: block;
    text-align: left;
    background: url('../images/bg134.jpg') top right no-repeat;
}

.pphdMode .mySwiper a h4 {
    font-weight: normal;
    line-height: .28rem;
    color: #000;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pphdMode .mySwiper a span {
    display: block;
    margin: .1rem 0;
    font-size: .15rem;
    color: #666;
}

.pphdMode .mySwiper a p {
    font-size: .16rem;
    text-align: justify;
    line-height: .26rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #333;
}

.pphdMode .mySwiper a div {
    height: 2.3rem;
    width: 100%;
    overflow: hidden;
    margin-top: .2rem;
}

.fzjgMode {
    background: url('../images/bg5.jpg') top center no-repeat;
    background-size: cover;
    padding: 0.6rem 0;
}


.fzjgMode .titleH5 ul {
    display: flex;
}

.fzjgMode .titleH5 ul li {
    font-size: .3rem;
    padding: .12rem .5rem .18rem .3rem;
    margin-right: .2rem;
}

.fzjgMode .titleH5 ul li:hover {
    color: #1e8244;
    cursor: pointer;
}

.fzjgMode .titleH5 ul li.active {
    background: url('../images/2icon4Bg.svg') no-repeat;
    background-size: 100%;
    color: #fff;
    cursor: pointer;
}

.fzjgBox {
    margin-top: -1rem;
}

.fzjgBox1 .titleAbox {
    height: 3.5rem !important;
}

.fzjgMode .left {
    width: 65.5%;
    margin-right: 2%;
    overflow: hidden;
    float: left;
    margin-top: 1rem;
}

.fzjgBox>div {
    overflow: hidden;
    display: none;
}

.fzjgBox>div.fzjgBox0 {
    display: block;
}

.fzjgMode .left .titleSpan {
    background: #dfe6e6;
    border-radius: 5px;
    padding-left: .15rem;
    margin-bottom: .2rem;
}

.fzjgMode .left .titleSpan span {
    display: inline-block;
    cursor: pointer;
    padding: .08rem .15rem;
}

.fzjgMode .left .titleSpan span.active {
    color: #128d4b;
}

.fzjgMode .left .titleAbox {
    height: 2.9rem;
    overflow-x: hidden;
    width: 100%;
}

.fzjgMode .left .titleAbox .titleBox0 {
    display: block;
}

.fzjgMode .left .titleAbox>div {
    overflow-y: auto;
    margin-right: -.4rem;
    display: none;
}

.fzjgMode .left .titleAbox a {
    display: block;
    float: left;
    border: #128d4b dashed 1px;
    background: #fff;
    border-radius: 50px;
    width: 26%;
    padding: 0.06rem .2rem;
    margin-right: .2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: .25rem;
    text-align: center;
}

.fzjgMode .left .titleAbox a:hover {
    background: #128d4b;
    color: #fff;
}

.bookSwiper2 {
    height: 260px;
    overflow: hidden;
    margin-top: -9px;
}

.bookSwiper2 .swiper-slide {
    border-radius: 5px;
}

.bookSwiper2 a {
    text-align: justify;
    position: relative;
    padding: 0 .3rem;
    font-size: .18rem;
    line-break: anywhere;
    width: 100%;
    /* line-height: 100%; */
    height: 100%;
    display: flex;
    align-items: center;
}
.bookSwiper2 a:hover{ color: #115d41;}
.bookSwiper2 a::before {
    width: 3px;
    height: 32%;
    display: block;
    position: absolute;
    top: 35%;
    left: 0;
    content: '';
    background: #359f7d;
    border-radius: 50px;
    left: 0;
}

.fzjgMode .right {
    width: 32%;
    float: right;
    margin-top: .2rem;
}

.fzjgMode .right>div.Alist {
    background: #fff;
    padding: .3rem;
}

.fzjgMode .Alist a {
    display: block;
    margin-top: .3rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fzjgMode .Alist a:first-child {
    margin-top: 0;
}

.fzjgMode .Alist a::before {
    content: '·';
    font-weight: bold;
    color: orange;
    margin-right: .08rem;
}

.qkMode {
    background: url('../images/bg6.jpg') bottom center no-repeat;
    background-size: cover;
    padding: 0.6rem 0;
}

.qkMode>div {
    display: flex;
    justify-content: space-between;
}

.qkMode>div>div {
    width: 32%;
    overflow: hidden;
}

.qkMode .boxMode .titleH5>div {
    display: flex;
    align-items: center;
    margin-top: .1rem;
}

.qkMode .boxMode .titleH5>div>div {
    background: #a0d0c1;
    width: .3rem;
    height: .3rem;
    position: inherit;
    margin: 0;
    margin-left: .03rem;
}

.qkMode .boxMode .titleH5>div>div::after {
    font-size: .14rem;
    color: #fff;
    display: block;
}

.qkMode .boxMode .swiper {
    position: relative;
}

.qkMode .boxMode .swiper a {
    margin: .2rem;
	height:2.35rem;
}

.qkMode .boxMode .swiper-slide {
    background: #359f7d;
}

.qkMode .boxMode .swiper-slide img {
    width: 155px;
    height: 100%;
    border: #fff solid 2px;
}

.qkMode .boxMode .bookSwiper .swiper-slide::after {
    content: '';
    width: 1px;
    height: 86%;
    background: rgba(255, 255, 255, 0.2);
    display: block;
    position: absolute;
    right: 0;
}

.qkMode .boxMode .more {
    background: url('../images/2icon4More.svg') bottom center no-repeat;
    background-size: 35%;
    /* padding-top: .05rem; */
    padding-bottom: .08rem;
    color: #fff;
}

.bookSwiper1 .swiper-slide a {
    display: flex;

    justify-content: space-between;
}

.bookSwiper1 .swiper-slide a>span {
    display: block;
    width: 155px;
}

.bookSwiper1 .swiper-slide a>div {
    width: 44%;
    border-left: rgba(255, 255, 255, 0.2) solid 1px;
    color: #fff;
    text-align: left;
    padding-left: 20px;
}

.bookSwiper1 .swiper-slide a>div h4 {
    font-weight: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: .3rem;
}

.bookSwiper1 .swiper-slide a>div p {
    font-size: .16rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-top: .1rem;
    text-align: justify;
    line-height: .26rem;
}

.bookSwiper1 .swiper-slide a>div b {
    font-weight: normal;
    font-size: .16rem;
    display: block;
    margin-top: .1rem;
}

.firend h3 {
    text-align: center;
    color: #173a8c;
    font-size: 32px;
    margin-bottom: 50px;
}



/*分页*/
.pagination {
    padding: 30px 0 30px 0;
    text-align: center;
}

.derd {
    display: inline-block;
}

.derd>div {
    padding: 0 14px;
    line-height: 34px;
    height: 34px;
    border: #dfdfdf solid 1px;
    border-radius: 5px;
    display: block;
    float: left;
    margin: 0 4px;
}

.derd>div span {
    margin: 0 2px;
}

.derd>div span i {
    color: #ff7c07;
    font-style: normal;
}

.pagination a {
    padding: 0 14px;
    line-height: 34px;
    height: 34px;
    border: #dfdfdf solid 1px;
    border-radius: 3px;
    display: block;
    float: left;
    color: #000;
    margin: 0 4px;
}

.pagination a.active,
.pagination a:hover {
    border-color: #128d4b;
    background: #128d4b !important;
    color: #fff;
}

/*滚动条样式*/
::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 0;
    background: #f1f3f6;
}

.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.title h2 {
    color: #000;
    font-size: 22px;
    position: relative;
    padding-left: 15px;
    font-weight: normal;
}

.title h2::before {
    background: #128d4b;
    width: 2px;
    content: '';
    height: 70%;
    position: absolute;
    left: 0;
    top: 7px;
}

.title a {
    border: #128d4b solid 1px;
    border-radius: 50px;
    padding: 2px 14px;
    color: #128d4b;
}

.newDivBanner {
    background: #f2f2f2;
    display: flex;
    justify-content: space-between;
}

.newImgBanner {
    width: 598px;
    position: relative;
}

.newImgBanner img {
    width: 598px;
    height: 385px;
}

.newImgBanner .cirle {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    padding: 14px 15px;
    text-align: left;
    display: block;

}

.newImgBanner .cirle p {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newBox {
    width: 1200px;
    margin: 30px auto;
}

.newBoxa {
    width: 50%;
    margin-top: -60px;
}

.newBoxa>div {
    background: #f2f2f2;
    padding: 15px 20px 15px 30px;
}

.newBoxa ul {
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 25px;
}

.newBoxa ul li {
    margin-left: 35px;
    font-size: 18px;
    cursor: pointer;
}

.newBoxa ul li.active {
    color: #00a669;
}

.newBoxa ul li.active::after {
    width: 40px;
    height: 2px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    background: #ff8a00;
    content: '';
}

.newBoxa>div>div {
    display: none;
}

.newBoxa>div>div.conBoxNew0 {
    display: block;
}

.newBox .newBoxa>div>div>a::before {
    content: "·";
    display: block;
    float: left;
    margin-right: 10px;
}

.newBox .newBoxa>div>div>a {
    display: block;
    overflow: hidden;
    color: #000;
    font-size: 16px;
    margin-top: 15px;
}

.newBox .newBoxa>div>div>div {
    margin-top: 8px;
    text-align: right;
    font-size: 14px;
}

.newBox .newBoxa a:nth-child(1) p,
.newBox .newBoxa a:nth-child(2) p {
    color: red;
}

.newBox .newBoxa a p {
    width: 78%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newBox .newBoxa a span {
    font-size: 14px;
    float: right;
}

.swiperBanner-a b {
    display: block;
    padding: 5px 7px;
    background-color: #ff8a00;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    font-size: 14px;
    font-weight: normal;
    left: 10px;
}

.sqrhBanner,
.bookList {
    width: 1200px;
    margin: 30px auto;
    margin-top: 20px;
}

.sqrhBanner>div {
    display: flex;
    justify-content: space-between;
    margin-right: -15px;
    margin-bottom: 30px;
}

.sqrhBanner>a img {
    width: 100%
}

.sqrhBanner>div dl {
    margin-right: 15px;
    width: 100%;
    text-align: center;
}

.sqrhBanner>div dl a {
    display: block;
    padding: 10px 0;
    color: #fff;
}

.bxoFcnet {
    background: #d7e9de;
    padding: 60px 0;
}

.bxoFcnet>div {
    width: 1200px;
    margin: 0 auto;
}

.bxoFcnet>div .titleBx {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.bxoFcnet>div .titleBx ul {
    display: flex;
}

.bxoFcnet>div .titleBx ul li {
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}

.boxCnet ul li:nth-child(6),
.boxCnet ul li:nth-child(5) {
    border-bottom: none;
}

.bxoFcnet>div .titleBx ul li.active {
    background: #1e8244;
    color: #fff;
}

.boxCnet {
    background: #fff;
    padding: 25px 30px;
}

.boxCnet>ul {
    display: none;
}

.boxCnet>ul.conBoxNew0 {
    display: block;
}

.boxCnet ul {
    overflow: hidden;
}

.boxCnet ul li {
    border-bottom: #ddd solid 1px;
    width: 48%;
    float: left;
    padding: 25px 0;

}

.boxCnet ul li a {
    display: flex;
    align-items: center;
}

.boxCnet ul li .date {
    font-size: 16px;
    margin-right: 15px;
}

.boxCnet ul li .date b {
    font-size: 22px;
    color: #1e8244;
    font-weight: normal;
}

.boxCnet ul li .date p {
    font-size: 14px;
    margin-top: 10px;
}

.boxCnet ul li .font {
    width: 90%;
}

.boxCnet ul li .font h3 {
    font-size: 16px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.boxCnet ul li .font p {
    font-size: 14px;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    color: #333;
}

.boxCnet ul li:nth-child(odd) {
    border-right: #ddd solid 1px;
    padding-right: 20px;
}

.boxCnet ul li:nth-child(even) {
    padding-left: 20px;
}

.fzjg,
.pphd {
    width: 1270px;
    margin: 0 auto;
    overflow: hidden;
}

.fzjg .left {
    width: 560px;
    float: left;

}

.fzjg .left ul {
    width: 560px;
    height: 308px;
    display: block;
    margin-top: 20px;
    overflow-y: auto;
}

.fzjg .left table tr td {
    padding: 0 20px;
    border: none;
}

.fzjg .left ul li {
    width: 49.5%;
    float: left;
    background: #e7f3fe;
    margin-left: 2px;
    margin-bottom: 2px
}

.fzjg .left ul li a {
    width: 236px;
    margin: 0 auto;
    display: block;
    white-space: nowrap;
    padding: 12px 0;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
}

.fzjg .left table a:hover,
.fzjg .right ul li p a:hover,
.newBox .newBoxa a p:hover,
.notice ul li a:hover {
    color: #128d4b;
}

.fzjg .right {
    width: 646px;
    float: right;
}

.fzjg .right ul li {
    overflow: hidden;
    font-size: 15px;
    padding: 10px 0;
}

.fzjg .right ul li::before {
    content: "◆";
    color: #666;
    float: left;
    margin-right: 10px;
}

.fzjg .right ul li p {
    width: 62%;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fzjg .right ul li>a {
    color: red;
    display: block;
    float: left;
    margin-right: 10px;
}

.fzjg .right ul li>span {
    display: block;
    float: right;
    color: #666;
}

.titBox {
    width: 100%;
    border-bottom: #ddd solid 1px;
    display: flex;
    justify-content: space-between;
    height: 39px;
}

.titBox h3,
.bookList .active {
    background: url("../images/img2.jpg") no-repeat;
    width: 148px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    padding-left: 30px;
    color: #fff;
}

.titBox a {
    line-height: 39px;
}

#marquee1 {
    overflow: hidden;
    height: 285px;
}

.pphd {
    margin-top: 30px;
}

.pphd ul {
    margin-right: -22px;
    margin-top: 20px;
    overflow: hidden;
}

.pphd ul li {
    width: 300px;
    float: left;
    margin-right: 22px;
}

.pphd ul li span,
.pphd ul li span img {
    display: block;
    width: 300px;
    height: 203px;
}

.pphd ul li p {
    text-overflow: -o-ellipsis-lastline;
    line-height: 26px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pHdong {
    width: 1200px;
    margin: 30px auto;
    overflow: hidden;
    display: flex;

    justify-content: space-between;

}

.pHdong .pHdiv {
    background: #f2f2f2;
    padding: 30px 0;
    width: 534px;
    float: left;
    padding-bottom: 15px;
}

.pHdong .pHdiv ul {
    overflow: hidden;
}

.pHdong .pHdiv ul li {
    width: 45%;
    float: left;
    margin-left: 18px;
    margin-bottom: 18px;
}

.pHdong .pHdiv ul li img {
    width: 235px;
    height: 114px;
    display: block;
}

.titFz {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    background: #fff;
}

.titFz ul {
    display: flex;
}

.titFz ul li {
    font-size: 20px;
    margin-right: 30px;
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
}

.titFz ul li.active {
    color: #1e8244;
}

.titFz ul li.active::after {
    content: '';
    width: 40px;
    height: 2px;
    display: block;
    background: #ff8a00;
    position: absolute;
    bottom: 0;
    left: 25%;
}

.fzBodyTitle li {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    padding: 41px 10px;
    font-size: 16px;
    background: #d2d2d2;
    cursor: pointer;
}

.fzBodyTitle li.active {
    background: #1e8244;
    color: #fff;
}

.fzBodyTitle li:nth-child(2) {
    border-top: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
}

.firEndDiv .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #00a669;
}

.firEndDiv .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -31px;
}

.firEndDiv {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 1px;
    padding-bottom: 30px;
}

.mySwiper1 {
    position: relative;
}

.fzBody .conBoxNew1,
.fzBody .conBoxNew2 {
    padding: 20px;
}

.firEndDiv img {
    border: #ddd solid 1px;
}

.fzBodyTitle {
    width: 40px;
    float: left;
}

.fzCentent {
    padding: 10px 20px;
    width: 87%;
    float: right;
}

.fzBody>div {
    display: none;
}

.fzBody>div.conBoxNew0 {
    display: block;
}

.fixnava {
    display: none !important;
}

.totop {
    width: 51px;
    height: 57px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 60%;
    background: #fff;
    border: 1px solid #e2e2e2;
    opacity: 0.85;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fzBody .tableUl {
    width: 100%;
    height: 410px;
    overflow-y: auto;
}

.fzCentent>div {
    display: none;
    margin-right: -20px;
}

.fzCentent .conBoxNew0 {
    display: block;
}

.fzBody .tableUl li {
    width: 32%;
    height: 20px;
    float: left;
    border-bottom: #ddd solid 1px;
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fzCentent table thead {
    width: 100%;
}

.fzCentent table td {
    border-top: none;
    padding: 15px 0;
    border-left: 0;
    font-size: 16px;
    border-right: 0;
    border-bottom: #d9e1eb solid 1px;
}

.fzCentent table tbody tr {
    width: 100%;
}

.fzJg {
    width: 627px;
    float: right;
    background: #f2f2f2;
}

.bookList {
    margin-top: 20px;
    position: relative;
}

.bookList>ul {
    width: 100%;
    border-bottom: #ddd solid 1px;
    height: 39px;
    overflow: hidden;
}

.bookList>ul li.active {
    padding-right: 0;
}

.bookList>ul li {
    float: left;
    line-height: 40px;
    padding-right: 40px;
    cursor: pointer;
}

.bookList>div ul {
    overflow: hidden;
    margin-right: -20px;
    margin-top: 30px;
}

.bookList>div>a {
    position: absolute;
    right: 0;
    top: 0;
}

.bookList>div ul li {
    float: left;
    background: #f2f2f2;
    padding: 10px;
    margin-right: 20px;
    width: 163px;
}

.bookList>div ul li span,
.bookList>div ul li span img {
    width: 160px;
    height: 229px;
    margin: 0 auto;
    display: block;
}

.bookList>div ul li p {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
}

.bookList>div {
    display: none;
}

.bookList>div.conBoxNew0 {
    display: block;
}



.navDh {
    display: none;
}

.contentDiv {
    width: 1200px;
    margin: 25px auto;
}

.contentRight>.current {
    height: 44px;
    background: #f3f4fa;
    padding: 0 18px;
    line-height: 44px;
}

.contentRight>.current a {
    margin: 0 5px;
    font-size: 14px;
}

.contentLeft {
    width: 220px;
    background: #fff;
    float: left;
    position: sticky;
    top: 0;
}

.contentLeft .tit {
    background: #1e8244 url(../images/logoC.png) right top no-repeat;
    padding: 18px 30px;
    font-size: 24px;
    color: #fff;
    display: none;
    text-align: center;
    font-weight: bold;
}

.contentLeft>ul {
    background: #eee;
    margin-bottom: 30px;
    padding: 10px;
}

.contentLeft>ul li {
    text-align: center;
}

.contentLeft>ul li:last-of-type {
    border: none
}

.contentLeft>ul li a {
    display: block;
    padding: 13px 0;
    font-size: 17px;
}

.contentLeft>ul li a:hover,
.contentLeft ul li a.on {
    background: #1e8244;
    color: #fff;
}

.contentLeft>ul li:hover {
    border-bottom-color: #f4f4f4;
}


.phang h1 {
    font-size: 16px;
    color: #070001;
    line-height: 41px;
    border-top: 3px solid #00a669;
    background: url(../images/phtitle_03.jpg) no-repeat left center;
    padding-left: 30px;
    margin-top: 10px;
}

.phang ul {
    background: #f8f8f8;
    padding: 21px 14px;
}

.phang ul li {
    line-height: 21px;
    font-size: 14px;
    margin-bottom: 14px;
    overflow: hidden;
    display: flex;
}

.phang ul li span {
    width: 20px;
    height: 18px;
    background: url(../images/phlist_06.jpg) no-repeat;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    line-height: 16px;
    font-size: 12px;
}

.phang ul li a {
    display: block;
    float: left;
    width: 88%;
    margin-top: -3px;
    margin-left: 5px;
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.phang ul li:nth-child(1) span,
.phang ul li:nth-child(2) span,
.phang ul li:nth-child(3) span {
    background: url(../images/phlist2_06.jpg) no-repeat;
}

.contentRight {
    width: 928px;
    float: right;
    background: #fff;
    padding: 0 20px;
}

/*新闻*/
.rightNews li {
    overflow: hidden;
    padding: 25px 0;
}

.rightNews li .date {
    width: 192px;
    height: 118px;
    display: block;
    float: left;
}

.rightNews li .date img {
    width: 192px;
    height: 118px;
    display: block;
}

.rightNews li .fontBox {
    margin-left: 212px;
}

.rightNews li .fontBox h4 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rightNews li .fontBox>div {
    color: #666;
    margin: 10px 0;
}

.rightNews li .fontBox>div span {
    margin-right: 20px;
    font-size: 13px;
}

.rightNews li .fontBox p {
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rightNews li:hover h4 {
    color: #ff7c07;
}

.textNews {
    margin-top: 30px;
}

.textNews li {
    overflow: hidden;
    padding: 14px 0;
}

.textNews li:nth-child(3)::after,
.textNews li:nth-child(6)::after {
    width: 100%;
    border-bottom: #ddd dashed 1px;
    height: 1px;
    content: '';
    display: block;
    margin-top: 25px;
}

.textNews li::before {
    content: '●';
    float: left;
    display: block;
    margin-right: 6px;
}

.textNews li a {
    font-size: 16px;
    display: block;
    overflow: hidden;
}

.textNews li p {
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}

.textNews li span {
    display: block;
    float: right;
    color: #666;
}

.contentDetail .tit {
    padding-bottom: 30px;
    text-align: center;
    margin-top: 30px;
    border-bottom: #ddd solid 1px;
}

.contentDetail .tit h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.contentDetail .tit p {
    font-size: 14px;
    color: #333;
}

.contentDetail .tit p span {
    margin: 0 20px;
}

.contentDetail .detailBox {
    font-size: 16px !important;
    color: #000;
    margin-top: 30px;
    line-height: 36px !important;
}

.contentDetail .detailBox p {
    margin-bottom: 20px;
    line-height: 36px;
}

/*会员通讯*/
.booklist {
    overflow: hidden;
}

.booklist li {
    width: 160px;
    float: left;
    margin: 30px 12px 0 12px;
}

.booklist li .date {
    display: block;
    margin: 0 auto;
    border: #eee solid 2px;
    margin-bottom: 15px;
}

.booklist li .date img {
    width: 144px;
    height: 204px;
    display: block;
    border: #fff solid 6px;
}

.booklist li .fontBox h4 {
    font-size: 14px;
    text-align: center;
    min-height: 40px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.titleNavTit {
    border-bottom: #eee solid 2px;
    margin-top: 20px
}

.titleNavTit a {
    background: #eee;
    border-radius: 5px 5px 0 0;
    display: inline-block;
    margin-right: 5px;
    padding: 8px 20px;
}

.titleNavTit a.active {
    background: #1e8244;
    color: #fff;
}

.bannerDivChire {
    height: 200px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.bannerDivChire img {
    width: 100%;
}

.mode1 {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.mode1 dl,
.mode2 dl {
    margin: 0 30px;
    text-align: center;
}

.mode2 {
    overflow: hidden;
    text-align: center;
}

.mode2 dl {
    width: 170px;
    display: inline-block;
    margin-top: 30px
}

.mode1 dl dt,
.mode2 dl dt {
    width: 170px;
    height: 248px;
    margin-bottom: 15px
}

.mode1 dl dt img,
.mode2 dl dt img {
    width: 100%;
    height: 100%
}

.mode1 dl h4,
.mode2 dl h4 {
    font-size: 18px;
    color: #1e8244;
    margin-bottom: 8px;
}

.mode1 dl p,
.mode2 dl p {
    font-size: 16px;
    color: #666;
    text-align: center;
}


@media (max-width: 1480px) {
    .container {
        max-width: 90%;
    }
}